projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64520b1
)
(srcdir): Use "command.com /c cd" to produce an
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 31 Aug 2003 16:43:54 +0000
(16:43 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 31 Aug 2003 16:43:54 +0000
(16:43 +0000)
absolute file name of the current working directory. This avoids
the warning from Make about circular dependencies.
msdos/sed3v2.inp
patch
|
blob
|
history
diff --git
a/msdos/sed3v2.inp
b/msdos/sed3v2.inp
index c856ad77ae6a07398edffb1d12c3124df5963d5e..0390ee39e01d983178816b6834ba3c8b18be06da 100644
(file)
--- a/
msdos/sed3v2.inp
+++ b/
msdos/sed3v2.inp
@@
-24,7
+24,7
@@
/^archlibdir *=/s!=.*$!=/emacs/bin!
/^bindir *=/s!=.*$!=/emacs/bin!
/^libdir *=/s!=.*$!=/emacs/bin!
-/^srcdir
*=/s!=.*$!=.
!
+/^srcdir
=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))
!
/^VPATH *=/s!=.*$!=.!
/^CFLAGS *=/s!=.*$!=-O2 -g!
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!